home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / clm89nov.arc / READ.ME < prev    next >
Text File  |  1989-12-25  |  1KB  |  30 lines

  1. Sysops:
  2.  
  3. Here's the code for the November 1989 issue of Computer Language. You've got
  4. four files:
  5.  
  6. DLUGOSZ.ARC
  7. This archived file contains all the source code for John Dlugosz's pre-emptive
  8. multitasking kernel in C++. It works with Zortech C++. Note: This archive
  9. contains additional listings that did not appear in the magazine!
  10.  
  11. STITT.C
  12. This is a sample multitasking, multiuser program for the PC-MOS environment.
  13. It's a nicely documented example showing which interrupts PC-MOS grabs, etc.
  14. This is the code from Martin Stitt's Programming in the PC-MOS Environment.
  15.  
  16. WINDOWS.LST
  17. Two short programs to implement a text editor window under Microsoft Windows.
  18. The Actor version is just two lines of code. The Microsoft C version is
  19. considerably longer. Accompanies Mark Davidson's "Climbing Up to Windows."
  20.  
  21. MUMPS.DOC
  22. This text file contains and explains snippets of MUMPS code to illustrate
  23. data typing, multitasking, and other MUMPS features. It's a condensed,
  24. on-line version of John Rex's "A Touch of MUMPS."
  25.  
  26. LADD.CPP
  27. Three short C++ listings from Scott Ladd's column, Objectively Speaking. They
  28. implement a general container class and its linked-list descendant. Useful
  29. stuff! Compilable under Zortech C++.
  30.